home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Expert
/
Windows Expert.iso
/
game
/
fuse.zip
/
FUSE2.H
< prev
next >
Wrap
Text File
|
1990-06-08
|
470b
|
10 lines
long _pascal _far MyProc(unsigned int hWnd,unsigned int message,unsigned int wParam,long lParam);
void SetBack(unsigned int hWnd);
void InitFuses(void);
void DrawFuse(unsigned int hDC,struct FUSESTR *fuse);
int MyRand(void);
void MoveFuse(struct FUSESTR *previous,struct FUSESTR *tomove);
void ReDoLines(void);
void DoFuses(void);
long _pascal WinMain(unsigned int hInstance,unsigned int hPrevInstance,char _far *lpszCmdLine,int cmdShow);